home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
steppenw.swf
/
scripts
/
DefineButton2_1071
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
160b
|
9 lines
on(release){
set("/Variables:Attachement",_name.substr(4,1));
tellTarget("../../../")
{
gotoAndStop("Attachement");
play();
}
}